[INFO] fetching crate hisab 1.4.0...
[INFO] fixing hisab-1.4.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate hisab 1.4.0 into /workspace/builds/worker-0-tc1/source
[INFO] removed /workspace/builds/worker-0-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate hisab 1.4.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate hisab 1.4.0
[INFO] tweaked toml for crates.io crate hisab 1.4.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate hisab 1.4.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate hisab 1.4.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f0ab16a299c3a8d2535068ef3efabd63110a25beeda4e1156d72187fe0b04b39
[INFO] running `Command { std: "docker" "start" "f0ab16a299c3a8d2535068ef3efabd63110a25beeda4e1156d72187fe0b04b39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f0ab16a299c3a8d2535068ef3efabd63110a25beeda4e1156d72187fe0b04b39" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f0ab16a299c3a8d2535068ef3efabd63110a25beeda4e1156d72187fe0b04b39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f0ab16a299c3a8d2535068ef3efabd63110a25beeda4e1156d72187fe0b04b39" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking glam v0.29.3
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking hisab v1.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `hisab::autodiff`
[INFO] [stdout]    --> tests/integration.rs:275:16
[INFO] [stdout]     |
[INFO] [stdout] 275 |     use hisab::autodiff::Dual;
[INFO] [stdout]     |                ^^^^^^^^ could not find `autodiff` in `hisab`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[cfg(feature = "autodiff")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `autodiff` feature
[INFO] [stdout]  53 | pub mod autodiff;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hisab::interval`
[INFO] [stdout]    --> tests/integration.rs:297:16
[INFO] [stdout]     |
[INFO] [stdout] 297 |     use hisab::interval::Interval;
[INFO] [stdout]     |                ^^^^^^^^ could not find `interval` in `hisab`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:56:9
[INFO] [stdout]     |
[INFO] [stdout]  55 | #[cfg(feature = "interval")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `interval` feature
[INFO] [stdout]  56 | pub mod interval;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hisab::autodiff`
[INFO] [stdout]    --> tests/integration.rs:314:16
[INFO] [stdout]     |
[INFO] [stdout] 314 |     use hisab::autodiff::Dual;
[INFO] [stdout]     |                ^^^^^^^^ could not find `autodiff` in `hisab`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[cfg(feature = "autodiff")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `autodiff` feature
[INFO] [stdout]  53 | pub mod autodiff;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hisab::symbolic`
[INFO] [stdout]    --> tests/integration.rs:315:16
[INFO] [stdout]     |
[INFO] [stdout] 315 |     use hisab::symbolic::Expr;
[INFO] [stdout]     |                ^^^^^^^^ could not find `symbolic` in `hisab`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:59:9
[INFO] [stdout]     |
[INFO] [stdout]  58 | #[cfg(feature = "symbolic")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `symbolic` feature
[INFO] [stdout]  59 | pub mod symbolic;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hisab::tensor`
[INFO] [stdout]    --> tests/integration.rs:349:16
[INFO] [stdout]     |
[INFO] [stdout] 349 |     use hisab::tensor::Tensor;
[INFO] [stdout]     |                ^^^^^^ could not find `tensor` in `hisab`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:62:9
[INFO] [stdout]     |
[INFO] [stdout]  61 | #[cfg(feature = "tensor")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `tensor` feature
[INFO] [stdout]  62 | pub mod tensor;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hisab::autodiff`
[INFO] [stdout]    --> tests/integration.rs:409:20
[INFO] [stdout]     |
[INFO] [stdout] 409 |         use hisab::autodiff::Dual;
[INFO] [stdout]     |                    ^^^^^^^^ could not find `autodiff` in `hisab`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[cfg(feature = "autodiff")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `autodiff` feature
[INFO] [stdout]  53 | pub mod autodiff;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hisab::interval`
[INFO] [stdout]    --> tests/integration.rs:455:16
[INFO] [stdout]     |
[INFO] [stdout] 455 |     use hisab::interval::Interval;
[INFO] [stdout]     |                ^^^^^^^^ could not find `interval` in `hisab`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:56:9
[INFO] [stdout]     |
[INFO] [stdout]  55 | #[cfg(feature = "interval")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `interval` feature
[INFO] [stdout]  56 | pub mod interval;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hisab::symbolic`
[INFO] [stdout]    --> tests/integration.rs:456:16
[INFO] [stdout]     |
[INFO] [stdout] 456 |     use hisab::symbolic::Expr;
[INFO] [stdout]     |                ^^^^^^^^ could not find `symbolic` in `hisab`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:59:9
[INFO] [stdout]     |
[INFO] [stdout]  58 | #[cfg(feature = "symbolic")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `symbolic` feature
[INFO] [stdout]  59 | pub mod symbolic;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hisab::tensor`
[INFO] [stdout]    --> tests/integration.rs:494:16
[INFO] [stdout]     |
[INFO] [stdout] 494 |     use hisab::tensor::Tensor;
[INFO] [stdout]     |                ^^^^^^ could not find `tensor` in `hisab`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:62:9
[INFO] [stdout]     |
[INFO] [stdout]  61 | #[cfg(feature = "tensor")]
[INFO] [stdout]     |       ------------------ the item is gated behind the `tensor` feature
[INFO] [stdout]  62 | pub mod tensor;
[INFO] [stdout]     |         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hisab::symbolic`
[INFO] [stdout]    --> tests/integration.rs:846:16
[INFO] [stdout]     |
[INFO] [stdout] 846 |     use hisab::symbolic::Expr;
[INFO] [stdout]     |                ^^^^^^^^ could not find `symbolic` in `hisab`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:59:9
[INFO] [stdout]     |
[INFO] [stdout]  58 | #[cfg(feature = "symbolic")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `symbolic` feature
[INFO] [stdout]  59 | pub mod symbolic;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hisab::autodiff`
[INFO] [stdout]    --> tests/integration.rs:923:16
[INFO] [stdout]     |
[INFO] [stdout] 923 |     use hisab::autodiff::Dual;
[INFO] [stdout]     |                ^^^^^^^^ could not find `autodiff` in `hisab`
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> src/lib.rs:53:9
[INFO] [stdout]     |
[INFO] [stdout]  52 | #[cfg(feature = "autodiff")]
[INFO] [stdout]     |       -------------------- the item is gated behind the `autodiff` feature
[INFO] [stdout]  53 | pub mod autodiff;
[INFO] [stdout]     |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hisab` (test "integration") due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "f0ab16a299c3a8d2535068ef3efabd63110a25beeda4e1156d72187fe0b04b39", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0ab16a299c3a8d2535068ef3efabd63110a25beeda4e1156d72187fe0b04b39", kill_on_drop: false }`
[INFO] [stdout] f0ab16a299c3a8d2535068ef3efabd63110a25beeda4e1156d72187fe0b04b39
